Skip to content

docs: add external article#729

Merged
LakshanSS merged 1 commit into
openchoreo:mainfrom
kavishkafernando:articles
Jun 19, 2026
Merged

docs: add external article#729
LakshanSS merged 1 commit into
openchoreo:mainfrom
kavishkafernando:articles

Conversation

@kavishkafernando

Copy link
Copy Markdown
Contributor

Purpose

Adding external article

Related Issues

Include any related issues that are resolved by this PR.

Checklist

  • Updated sidebars.ts if adding a new documentation page
  • Run npm run start to preview the changes locally
  • Run npm run build to ensure the build passes without errors
  • Verified all links are working (no broken links)

Signed-off-by: Kavishka Fernando <kavi@kavishka.local>
@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • New Features
    • Added a new external article: "Demystifying OpenChoreo: An Architecture Overview" with preview image and metadata to the articles collection.

Walkthrough

A new preview image (demistifyingAbdelPreview) is imported and a new entry for the article "Demystifying OpenChoreo: An Architecture Overview" is appended to the externalArticles array in src/data/externalArticles.ts. No existing logic or structure is modified.

Changes

New External Article Entry

Layer / File(s) Summary
Preview image import and article data entry
src/data/externalArticles.ts
Imports demistifyingAbdelPreview from the blog assets previews directory and appends a new ExternalArticle object with title, URL, description, date, category, source, and the imported image.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LakshanSS
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'add external article' is vague and generic, using non-descriptive terms that don't convey meaningful information about which article or what makes this change significant. Provide a more specific title that identifies the article being added, such as 'Add external article: Demystifying OpenChoreo Architecture Overview'.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The PR description includes the required template sections but the 'Purpose' section is incomplete with only 'Adding external article' and the 'Related Issues' section is not filled in, leaving important context missing.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/data/externalArticles.ts`:
- Around line 72-81: The external article entry with the title 'Demystifying
OpenChoreo: An Architecture Overview' contains a Medium URL that returns HTTP
403 Forbidden, making it inaccessible to users. Either remove this entire
article object from the externalArticles array, or replace the url property with
an accessible alternative source that provides similar technical content about
OpenChoreo architecture.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7aa42644-e14f-4850-ab5c-091cfc579413

📥 Commits

Reviewing files that changed from the base of the PR and between 596b25f and 558268a.

📒 Files selected for processing (2)
  • blog/assets/previews/demystifying-abdel-article-2026.webp
  • src/data/externalArticles.ts

Comment thread src/data/externalArticles.ts

@LakshanSS LakshanSS left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LakshanSS LakshanSS merged commit 374634c into openchoreo:main Jun 19, 2026
3 checks passed
@LakshanSS LakshanSS changed the title add external article docs: add external article Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants